@charset 'UTF-8';

html, body, li,video { box-sizing:border-box;}

/* contact */
.Ued-contact{width:100%; min-width:1101px;}
.contact-ways{overflow:hidden;}
.contact-ways li{float:left; width:274px; height:380px;  border-left:1px solid #ddd;}
.contact-ways li:last-child{border-right:1px solid #ddd;}
.contact-ways li a,.contact-ways li a:hover{display:block; padding:88px 0;text-align:center;  }
.contact-ways li h4{font-size:18px; color:#111111; line-height:30px; margin:0; font-weight:100; }
.contact-ways li p.cway-txt{font-size:14px; line-height:22px; color:#444444;}
.contact-ways li a i{margin:0 auto 20px; display:block; width:128px; height:128px; background-color:#e9e9e9; border-radius:64px; transition:all 0.3s; -webkit-transition:all 0.3s;-moz-transition:all 0.3s; -webkit-tap-highlight-color:rgba(0,0,0,0);}

.contact-ways li a:hover i{background-color:#ea3340; transition:all 0.3s; -webkit-transition:all 0.3s;-moz-transition:all 0.3s; -webkit-tap-highlight-color:rgba(0,0,0,0);}

.contact-ways li a i.i-phone{background-image:url(../../images/icon_phone.png);background-size:128px; background-repeat:no-repeat; background-position:0 0;}
.contact-ways li a:hover i.i-phone{background-position:0 -128px;}
.contact-ways li a i.i-qq{background-image:url(../../images/icon_qq.png);background-size:128px; background-repeat:no-repeat; background-position:0 0;}
.contact-ways li a:hover i.i-qq{background-position:0 -128px;}
.contact-ways li a i.i-mail{background-image:url(../../images/icon_mail.png);background-size:128px; background-repeat:no-repeat; background-position:0 0;}
.contact-ways li a:hover i.i-mail{background-position:0 -128px;}
.contact-ways li a i.i-gw{background-image:url(../../images/icon_gw.png);background-size:128px; background-repeat:no-repeat; background-position:0 0;}
.contact-ways li a:hover i.i-gw{background-position:0 -128px;}

